|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjp.co.ricoh.dsdk.scard.framework.util.APDU
jp.co.ricoh.dsdk.scard.framework.util.RequestAPDU
Represents a APDU that is send from application to card .
| Field Summary |
| Fields inherited from class jp.co.ricoh.dsdk.scard.framework.util.APDU |
buffer |
| Constructor Summary | |
RequestAPDU()
Creates a new RequestAPDU and initializes it with a null buffer . |
|
RequestAPDU(APDU apdu)
Creates a new RequestAPDU and initializes it with the given APDU . |
|
RequestAPDU(byte[] data)
Creates a new RequestAPDU and initializes it with the given bytes . |
|
| Methods inherited from class jp.co.ricoh.dsdk.scard.framework.util.APDU |
append, append, equals, getByte, getLength, hashCode, setByte, setLength, toBytes |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RequestAPDU()
public RequestAPDU(APDU apdu)
apdu - the APDU to be used for holding the APDU
.public RequestAPDU(byte[] data)
data - the byte array to be used for holding the APDU
.
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||